-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Make it possible to provide a custom issuer for the certificate in the Helm chart #4256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Hi @bianchi2. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Is there any chance this PR gets a review? Thanks |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bianchi2, zac-nixon The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm Thanks for the addition! Sorry about the delay. |
@zac-nixon thanks for approving it! What need to be done to be able to merge this PR? I saw a failing golint job - so I merged the latest main to my forked branch. |
8853156
to
887ca02
Compare
New changes are detected. LGTM label has been removed. |
Description
It's a common practice to use one common issuer for all apps requiring certificates in a single cluster. This PR adds an optional
certManager.existingIssuerName
to values. When undefined, nothing changes and Issuer is created and referenced in the Certificate. When defined, no Issuer is created and a custom Issuer is referenced in the Certificate.Checklist
README.md
, or thedocs
directory)